Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

207
Vistas
Custom page name instead of the default "index.vue" in nuxt.js

is it possible to access a specific page by using a .vue file having a custom name instead of the default index.vue?

E.g.

pages/
--| favorites/
-----| _id.vue
-----| list.vue

so that, when going to /favorites route it actually renders pages/favorites/list.vue file.

How can I do that?

Thanks

P.s. the menu I have to access my pages is as following:

<v-list-item
  v-for="(item, i) in $t('menu.items')"
  :key="i"
  :to="item.to"
  router
  exact
  active-class="default-class menu-custom-active"
>
  <!-- ... -->
</v-list-item>
menu: {
    items: [
      {
        title: 'Home',
        to: '/'
      },
      {
        title: 'Favorites',
        to: '/favorites'
      },
    ]
  },
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda